Commit Graph

292 Commits (41660e9ac639c97840258d3c5294f618ca8cc46f)

Author SHA1 Message Date
Hisashi Hifumi 8ab22b9abb vfs: pagecache usage optimization for pagesize!=blocksize 17 years ago
Al Viro 3f8206d496 [PATCH] get rid of indirect users of namei.h 17 years ago
Al Viro 516e0cc564 [PATCH] f_count may wrap around 17 years ago
Al Viro f419a2e3b6 [PATCH] kill nameidata passing to permission(), rename to inode_permission() 17 years ago
Miklos Szeredi 9767d74957 [patch 1/4] vfs: utimes: move owner check into inode_change_ok() 17 years ago
Al Viro a110343f0d [PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess 17 years ago
Miklos Szeredi db2e747b14 [patch 5/5] vfs: remove mode parameter from vfs_symlink() 17 years ago
Miklos Szeredi 2f1936b877 [patch 3/5] vfs: change remove_suid() to file_remove_suid() 17 years ago
Al Viro e6305c43ed [PATCH] sanitize ->permission() prototype 17 years ago
Denys Vlasenko d2d9648ec6 [PATCH] reuse xxx_fifo_fops for xxx_pipe_fops 17 years ago
Nick Piggin 19fd623127 mm: spinlock tree_lock 17 years ago
Miklos Szeredi bde74e4bc6 locks: add special return value for asynchronous locks 17 years ago
Ulrich Drepper be61a86d72 flag parameters: NONBLOCK in pipe 17 years ago
Ulrich Drepper ed8cae8ba0 flag parameters: pipe 17 years ago
Kentaro Makita da3bbdd463 fix soft lock up at NFS mount via per-SB LRU-list of unused dentries 17 years ago
Akinobu Mita e108526e77 move memory_read_from_buffer() from fs.h to string.h 17 years ago
Artem Bityutskiy 4ee6afd344 VFS: export sync_sb_inodes 17 years ago
Richard Kennedy afc1246f91 file lock: reorder struct file_lock to save space on 64 bit builds 17 years ago
Jan Kara f4c0a0fdfa vfs: export filemap_fdatawrite_range() 17 years ago
Andi Kleen 9465efc9e9 Remove BKL from remote_llseek v2 17 years ago
Jens Axboe 18ce3751cc Properly notify block layer of sync writes 17 years ago
Denis V. Lunev f9f48ec72b [patch 4/4] flock: remove unused fields from file_lock_operations 17 years ago
Akinobu Mita 93b071139a introduce memory_read_from_buffer() 17 years ago
Miklos Szeredi 7f3d4ee108 vfs: splice remove_suid() cleanup 17 years ago
Christoph Hellwig 33dcdac2df [PATCH] kill ->put_inode 17 years ago
Adrian Bunk 67cde59537 make vfs_ioctl() static 17 years ago
Adrian Bunk 6b09ae6692 make __put_super() static 17 years ago
Nick Piggin 70688e4dd1 xip: support non-struct page backed memory 17 years ago
Jared Hulbert 30afcb4bd2 return pfn from direct_access, for XIP 17 years ago
J. Bruce Fields 1a747ee0cc locks: don't call ->copy_lock methods on return of conflicting locks 17 years ago
Al Viro 3b1253880b [PATCH] sanitize unshare_files/reset_files_struct 17 years ago
Al Viro 42faad9965 [PATCH] restore sane ->umount_begin() API 17 years ago
Al Viro 6d59e7f582 [PATCH] move a bunch of declarations to fs/internal.h 17 years ago
Dave Hansen ad775f5a8f [PATCH] r/o bind mounts: debugging for missed calls 17 years ago
Christoph Hellwig a70e65df88 [PATCH] merge open_namei() and do_filp_open() 17 years ago
Matthew Wilcox 6188e10d38 Convert asm/semaphore.h users to linux/semaphore.h 17 years ago
Adrian Bunk 4c54ac62dc make struct def_blk_aops static 17 years ago
Jan Kara 000cb48ee1 vfs: add explanation of I_DIRTY_DATASYNC bit 17 years ago
Denis Cheng 922f9cfa79 fs/char_dev.c: chrdev_open marked static and removed from fs.h 17 years ago
Miklos Szeredi b3b304a23a mount options: add generic_show_options() 17 years ago
Christoph Hellwig 36e7891442 kill do_generic_mapping_read 17 years ago
Christoph Hellwig 74bedc4d56 libfs: rename simple_attr_close to simple_attr_release 17 years ago
Christoph Hellwig 8b88b0998e libfs: allow error return from simple attributes 17 years ago
David Howells 12debc4248 iget: remove iget() and the read_inode() super op as being obsolete 17 years ago
David Howells b46980feed iget: introduce a function to register iget failure 17 years ago
Erez Zadok deb21db778 VFS: swap do_ioctl and vfs_ioctl names 17 years ago
Eric Dumazet 9cfe015aa4 get rid of NR_OPEN and introduce a sysctl_nr_open 17 years ago
Akinobu Mita 797074e44d fs: use list_for_each_entry_reverse and kill sb_entry 17 years ago
Joern Engel e7ca2d41a0 Document I_SYNC and I_DATASYNC 17 years ago
Adrian Bunk 011e3fcd1e proper prototype for get_filesystem_list() 17 years ago