summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2008-02-06reiserfs: complement va_start() with va_end().Richard Knutsson
2008-02-06inotify: send IN_ATTRIB events when link count changesJan Kara
2008-02-06hfs: update comment to reflect actual init and exit routinesRobert P. J. Day
2008-02-06address hfs on-disk corruption robustness review commentsEric Sandeen
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-06dlm: proper types for asts and bastsDavid Teigland
2008-02-04dlm: dlm/user.c input validation fixesAl Viro
2008-02-04dlm: fix dlm_dir_lookup() handling of too long namesAl Viro
2008-02-04dlm: fix overflows when copying from ->m_extra to lvbAl Viro
2008-02-04dlm: make find_rsb() fail gracefully when namelen is too largeAl Viro
2008-02-04dlm: receive_rcom_lock_args() overflow checkAl Viro
2008-02-04dlm: verify that places expecting rcom_lock have packet long enoughAl Viro
2008-02-04dlm: validate data in dlm_recover_directory()Al Viro
2008-02-04dlm: missing length check in check_config()Al Viro
2008-02-04dlm: use proper type for ->ls_recover_bufAl Viro
2008-02-04dlm: do not byteswap rcom_configAl Viro
2008-02-04dlm: do not byteswap rcom_lockAl Viro
2008-02-04dlm: dlm_process_incoming_buffer() fixesAl Viro
2008-02-04dlm: use proper C for dlm/requestqueue stuff (and fix alignment bug)Al Viro
2008-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse
2008-02-01splice: always updated atime in direct spliceJens Axboe
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...Linus Torvalds
2008-01-30dlm: static initialization improvementsDenis Cheng
2008-01-30dlm: clean upsDavid Teigland
2008-01-30dlm: Sanity check namelen before copying itPatrick Caulfeld
2008-01-30dlm: keep cached master rsbs during recoveryDavid Teigland
2008-01-30dlm: change error message to debugDavid Teigland
2008-01-30dlm: fix possible use-after-freeDavid Teigland
2008-01-30dlm: limit dir lookup loopDavid Teigland
2008-01-30dlm: reject normal unlock when lock is waiting for lookupDavid Teigland
2008-01-30dlm: validate messages before processingDavid Teigland
2008-01-30dlm: reject messages from non-membersDavid Teigland