aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-11-03
|\
| * cifs: fix renaming one hardlink on top of anotherJeff Layton2008-11-03
| * [CIFS] fix error in smb_send2Steve French2008-10-30
| * [CIFS] Reduce number of socket retries in large write pathSteve French2008-10-28
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2008-11-03
|\ \
| * | proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan2008-10-27
* | | saner FASYNC handling on file closeAl Viro2008-11-01
* | | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-10-31
|\ \ \
| * | | NLM: Set address family before calling nlm_host_rebooted()Chuck Lever2008-10-30
| * | | nfsd: fix failure to set eof in readdir in some situationsJ. Bruce Fields2008-10-30
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-10-31
|\ \ \ \
| * | | | delay capable() check in ext4_has_free_blocks()Eric Sandeen2008-10-28
| * | | | merge ext4_claim_free_blocks & ext4_has_free_blocksEric Sandeen2008-10-28
| * | | | jbd2: Call the commit callback before the transaction could get droppedTheodore Ts'o2008-10-28
| * | | | ext4: fix a bug accessing freed memory in ext4_abortHidehiro Kawai2008-10-27
| * | | | ext3: fix a bug accessing freed memory in ext3_abortHidehiro Kawai2008-10-27
| |/ / /
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-30
|\ \ \ \
| * | | | NFS: Convert nfs_attr_generation_counter into an atomic_longTrond Myklebust2008-10-28
| | |_|/ | |/| |
* | | | fs: remove excess kernel-docRandy Dunlap2008-10-30
* | | | ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen2008-10-30
* | | | fs: remove prepare_write/commit_writeNick Piggin2008-10-30
|/ / /
* / / Switch to a valid email address...Alan Cox2008-10-27
|/ /
* | epoll: avoid double-inserts in case of EFAULTDavide Libenzi2008-10-26
* | select: deal with math overflow from borderline valid userland dataArjan van de Ven2008-10-26
* | ext4: Fix duplicate entries returned from getdents() system callTheodore Ts'o2008-10-25
* | ext3: Fix duplicate entries returned from getdents() system callTheodore Ts'o2008-10-25
|/
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-23
|\
| * proc: remove fs/proc/proc_misc.cAlexey Dobriyan2008-10-23
| * proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2008-10-23
| * proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan2008-10-23
| * proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2008-10-23
| * proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2008-10-23
| * proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan2008-10-23
| * proc: move /proc/diskstats boilerplate to block/genhd.cAlexey Dobriyan2008-10-23
| * proc: move /proc/zoneinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-23
| * proc: move /proc/vmstat boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-23
| * proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-23
| * proc: move /proc/buddyinfo boilerplate to mm/vmstat.cAlexey Dobriyan2008-10-23
| * proc: move /proc/vmallocinfo to mm/vmalloc.cAlexey Dobriyan2008-10-23
| * proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.cAlexey Dobriyan2008-10-23
| * proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan2008-10-23
| * proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.cAlexey Dobriyan2008-10-23
| * proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan2008-10-23
| * proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan2008-10-23
| * proc: move /proc/cpuinfo code to fs/proc/cpuinfo.cAlexey Dobriyan2008-10-23
| * proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan2008-10-23
| * proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan2008-10-23
| * proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan2008-10-23
| * proc: remove remnants of ->read_proc in proc_misc.cAlexey Dobriyan2008-10-23
| * proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan2008-10-23