aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-02-06NCPFS: update diagnostic strings to match routine names.Robert P. J. Day
2008-02-06fs: use list_for_each_entry_reverse and kill sb_entryAkinobu Mita
2008-02-06fs: use hlist_unhashedAkinobu Mita
2008-02-06proc: loadavg reading raceMichal Schmidt
2008-02-06fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbolJiri Olsa
2008-02-06fs/eventfd.c should #include <linux/syscalls.h>Adrian Bunk
2008-02-06fs/signalfd.c should #include <linux/syscalls.h>Adrian Bunk
2008-02-06fs/utimes.c should #include <linux/syscalls.h>Adrian Bunk
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk
2008-02-06smbfs: fix calculation of kernel_recvmsg size parameter in smb_receive()Jeff Layton
2008-02-06FAT: Fix printk format stringsVegard Nossum
2008-02-06proper show_interrupts() prototypeAdrian Bunk
2008-02-06MNT_UNBINDABLE fixAndries E. Brouwer
2008-02-06SIGIO-driven I/O with inotify queuesDmitry Antipov
2008-02-06ext2: change the default behaviour on errorAneesh Kumar K.V
2008-02-06ext2: return after ext2_error in case of failuresAneesh Kumar K.V
2008-02-06A potential bug in inotify_user.cYan Zheng
2008-02-06fs/fat/: refine chmod checksJan Engelhardt
2008-02-05deprecate smbfs in favour of cifsAndrew Morton
2008-02-05uml: fix hostfs tv_usec calculationsDominique Quatravaux
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan
2008-02-05VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSMDavid P. Quigley
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley
2008-02-05writeback: speed up writeback of big dirty filesFengguang Wu
2008-02-05skip writing data pages when inode is under I_SYNCQi Yong
2008-02-05Fix /proc dcache deadlock in do_exitAndrea Arcangeli
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall
2008-02-05maps4: add /proc/kpageflags interfaceMatt Mackall
2008-02-05maps4: add /proc/kpagecount interfaceMatt Mackall
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall
2008-02-05maps4: regroup task_mmu by interfaceMatt Mackall
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall
2008-02-05maps4: simplify interdependence of maps and smapsMatt Mackall
2008-02-05maps4: use pagewalker in clear_refs and smapsMatt Mackall
2008-02-05maps4: add proportional set size accounting in smapsFengguang Wu
2008-02-05hugetlb: allow sticky directory mount optionKen Chen
2008-02-05bufferhead: revert constructor removalChristoph Lameter
2008-02-05is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter
2008-02-05timerfd: new timerfd APIDavide Libenzi
2008-02-05exec: rework the group exit and fix the race with killOleg Nesterov
2008-02-05get_task_comm(): return the resultAndrew Morton
2008-02-05lockdep: annotate epollPeter Zijlstra
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2008-02-04Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin
2008-02-03pid-namespaces-vs-locks-interactionVitaliy Gusev
2008-02-03file locks: Use wait_event_interruptible_timeout()Matthew Wilcox
2008-02-03locks: clarify posix_locks_deadlockJ. Bruce Fields
2008-02-03fs/binfmt_elf.c: spello fixOhad Ben-Cohen